inspector: Add more infrastructure
authorBenjamin Otte <otte@redhat.com>
Sun, 30 Oct 2016 05:11:38 +0000 (06:11 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Nov 2016 17:34:40 +0000 (18:34 +0100)
commite6f711a94ac48dcc747b0a9c38d152b4a7963b0d
tree10363f77c8551b1f253f00095588b053ddb8640a
parent98a500a43427c67735cd870bb05d40032b6defec
inspector: Add more infrastructure

This one introduces the Recording object which is essentially a single
instance of something that happened.
The RenderRecording is an instance of an actual rendering operation.
gtk/gtkwidget.c
gtk/inspector/Makefile.inc
gtk/inspector/recorder.c
gtk/inspector/recorder.h
gtk/inspector/recorder.ui
gtk/inspector/recording.c [new file with mode: 0644]
gtk/inspector/recording.h [new file with mode: 0644]
gtk/inspector/renderrecording.c [new file with mode: 0644]
gtk/inspector/renderrecording.h [new file with mode: 0644]
gtk/inspector/window.c
gtk/inspector/window.h